@charset "UTF-8";
/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/*头部开始*/
.top{
	clear: both;
	width:100%;
	height:85px;
	background:#fff;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 99;
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
}
.top.hide{width:auto;padding-right:40px}
.menuBt2{
	width: 85px;
	height:85px;
	position: absolute;
	top: 0;
	right:-85px;
	background:#1376dd url(../images/icon17.png) no-repeat center center;
	cursor: pointer;
}
.logo{
	height:60px;
	overflow:hidden;
	margin-left: 20px;
	margin-top: 13px;
}
.logo img{
	display: block;
	height:60px;
}
.topC{
	overflow: hidden;
	text-align: center;
	transition-duration: 0.3s;
}
.topC.hide{width:0 !important}
.topCBox{display:inline-block}
.searchBt{
	width:75px;
	height:85px;
	position: relative;
	background:url(../images/icon1.png) no-repeat center center;
	cursor: pointer;
}
.searchBt:after{
	content: "";
	display: block;
	width:1px;
	height:11px;
	background:#cbcbcb;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-5px;
}
/*头部结束*/
/*menu开始*/
.menuBt{
	width:42px;
	height:85px;
	background:url(../images/icon2.png) no-repeat center center;
	margin-right: 30px;
	cursor: pointer;
}
.menuBt.hide{display:none}
.topCBox{position:static !important;}
.menuDl dd{
	display: inline;
	float: left;
}
.menuDl dd .a1{
	display: block;
	padding:0 30px;
	height:85px;
	line-height: 85px;
	color: #333333;
	font-size:16px;
}
.menuDl dd.hover .a1{color:#3465a5}
.menuDl dd .ddDiv{
	width: 100%;
	background:#eceff2;
	position: absolute;
	left: 0;
	top:85px;
	z-index:9;
	text-align: center;
	display: none;
}
.menuBg{
	content:"";
	width: 100%;
	height:1000%;
	background: rgba(0,0,0,0.5);
	position:fixed;
	top:85px;
	left: 0;
	z-index: 9;
	display: none;
}
.menuUl{display:inline-block}
.menuUl li{
	float: left;
	width:230px;
	overflow:hidden;
}
.menuUl li .pic{
	width: 230px;
	height:128px;
	overflow: hidden;
}
.menuUl li .pic img{
	display: block;
	width: 230px;
	height:128px;
}
.menuUl li .txtBox{
	height:130px;
	overflow: hidden;
	background:#fff;
	border-right:1px solid #e6e6e6;
}
.menuUl li .txtBox .divT{
	clear: both;
	height:35px;
	overflow: hidden;
	line-height: 35px;
	margin-top: 20px;
	text-align:left;
	font-size:20px;
	color:#666;
	padding-left: 30px;
}
.menuUl li:hover .txtBox .divT{color:#1376dd}
.menuUl li.hover .txtBox .divT{color:#1376dd}
.menuUl li .txtBox .divT2{
	clear: both;
	height:35px;
	margin-left: 30px;
	background:url(../images/icon5.png) no-repeat left center;
}
.menuUl li:hover .txtBox .divT2{background:url(../images/icon5h.png) no-repeat left center;}
.menuUl li.hover .txtBox .divT2{background:url(../images/icon5h.png) no-repeat left center;}
/*menu结束*/
/*indexBanner开始*/
.banner{
	clear: both;
	position: relative;
	overflow: hidden;
}
.banner .bd dl dd{
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: relative;
	background-size: cover;
	animation:ant 3s 1;
	-webkit-animation:ant 3s 1;
	animation-timing-function:linear;
	-webkit-animation-timing-function:linear;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
}
/*动画*/
@keyframes ant
{
from {transform:scale(1.05);-webkit-transform:scale(1.05);}
to {transform:scale(1);-webkit-transform:scale(1);}
}
/* Safari and Chrome */
@-webkit-keyframes ant 
{
from {transform:scale(1);-webkit-transform:scale(1);}
to {transform:scale(1.05);-webkit-transform:scale(1.05);}
}
.banner .bd dl dd a{
	display: block;
	width: 100%;
	height:100%;
	position:absolute;
	top: 0;
	left: 0;
}
.banner .hd{
	width:40px;
	overflow: hidden;
	position:absolute;
	left:50px;
	top:50%;
	z-index: 11;
	transform:translateY(-50%);
}
.banner .hd li{
	display: block;
	height:1px;
	overflow: hidden;
	line-height: 99px;
	margin-bottom:19px;
	background:#fff;
	transition-duration: 0.3s;
	cursor:pointer;
}
.banner .hd li.on{height:4px}
.banner .bt{
	width:56px;
	height:11px;
	background:url(../images/icon3.png) no-repeat center center;
	position: absolute;
	right:30px;
	top:50%;
	margin-top:-5px;
	cursor:pointer
}
.banner .btn{
	width:20px;
	height:47px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left:-10px;
	background:url(../images/icon4.png) no-repeat center center;
}
/*indexBanner结束*/
/*第一通栏start*/
.ixBox1{
	clear: both;
	height:275px;
	overflow: hidden;
	position: relative;
	padding:30px 0;
}
.ixBox1Div{
	float:left;
	width: 50%;
	height:275px;
	overflow: hidden;
}
.ixBox1Div a img{
	display: block;
	height:275px;
	margin-left: 30px;
}
.ixBox1C{
	width:100%;
	position: absolute;
	top:0;
	left:0;
}
.ixBox1CL{
	overflow: hidden;
	width: 50%;
}
.ixBox1CL .divT{
	clear: both;
	height:60px;
	overflow: hidden;
	line-height: 60px;
	color: #323232;
	font-size:30px;
	margin-top:38px;
}
.i_30{display:inline-block;width:30px}
.i_20{display:inline-block;width:20px}
.ixBox1CL .divT2{
	clear:both;
	height:78px;
	overflow: hidden;
	line-height:78px;
	color: #323232;
	font-size:30px;
}
.ixBox1CL .divT2 span{
	height:78px;
	line-height: 78px;
	font-size:24px;
	padding-right:50px;
	background-position:right center;
	background-repeat: no-repeat;
	margin-left:45px;
}
.ixBox1CL .divT2 span.up{
	color:#db4a38;
	background-image:url(../images/icon6.png);
}
.ixBox1CL .divT2 span.down{
	color:#1376dd;
	background-image:url(../images/icon7.png);
}
.ixBox1CL .divT3{
	clear: both;
	height:38px;
	overflow: hidden;
	line-height: 38px;
	font-size:14px;
	color:#999999;
}
/*第一通栏end*/
/*第二通栏start*/
.ixBox2{
	height:650px;
	overflow: hidden;
	background:url(../images/bg1.jpg) no-repeat center center;
}
.ixBox2 .divT{
	clear: both;
	height:82px;
	overflow: hidden;
	line-height: 82px;
	text-align: center;
	color: #dedede;
	font-size:58px;
	font-family:"Arial";
}
.ixBox2 .divT2{
	clear: both;
	height:110px;
	overflow: hidden;
	line-height:80px;
	text-align: center;
	color: #323232;
	font-size:36px;
	position: relative;
}
.ixBox2 .divT2:after{
	content: "";
	display: block;
	width: 30px;
	height:2px;
	background:#1376dd;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left:-15px;
}
.ixBox2 .txt{
	width: 1030px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-align: center;
}
.ixMore{
	display: block;
	width: 178px;
	height:48px;
	margin:0 auto;
	text-align:center;
	overflow: hidden;
	border-radius:24px;
	border:1px solid #c7c7c7;
	transition-duration: .3s;
}
.ixMore:hover{background:#1376dd;border:1px solid #1376dd;}
.ixMore span{
	display:inline-block;
	height:48px;
	line-height: 48px;
	padding-right:20px;
	color: #666666;
	font-size:14px;
	background:url(../images/icon10.png) no-repeat right center;
	transition-duration:.3s;
}
.ixMore:hover span{
	color:#fff;
	background:url(../images/icon10h.png) no-repeat right center;
}
/*第二通栏end*/
.ixBoxT{
	clear: both;
	overflow: hidden;
}
.ixBoxT span{
	display: block;
	height:50px;
	overflow: hidden;
	line-height: 50px;
	text-align: center;
	color: #323232;
	font-size: 36px;
}
.ixBoxT.typ span{color:#fff}
.ixBoxT em{
	display: block;
	height:25px;
	overflow: hidden;
	line-height: 25px;
	text-align: center;
	color: #b8b8b8;
	font-size:18px;
	font-style:normal;
	margin-top: 5px;
}
.ixBoxT.typ em{color:#fff}
/**第三通栏begin*/
.ixBox3{
	overflow: hidden;
}
.ixBox3Dl{width:1400px}
.ixBox3Dl dd{
	float: left;
	width: 540px;
	overflow: hidden;
	margin-right:105px;
	margin-bottom:105px;
}
.ixBox3Dl dd .day{
	width:100px;
	height:100px;
	overflow: hidden;
	background:#323232;
	transition-duration: 0.3s;
}
.ixBox3Dl dd a:hover .day{background:#32b16c;}
.ixBox3Dl dd .day span{
	display: block;
	clear: both;
	height:24px;
	overflow: hidden;
	line-height: 24px;
	font-size: 18px;
	color: #fbfbfb;
	margin-top: 28px;
	margin-left: 24px;
}
.ixBox3Dl dd a:hover .day span{color: #ffffff}
.ixBox3Dl dd .day em{
	display: block;
	clear: both;
	height:21px;
	overflow: hidden;
	line-height: 21px;
	font-size: 14px;
	color: #999999;
	margin-left: 24px;
	font-style:normal;
}
.ixBox3Dl dd a:hover .day em{color: #ffffff}
.ixBox3Dl dd .divR{
	overflow: hidden;
	padding-left: 40px;
	position: relative;
}
.ixBox3Dl dd .divR:after{
	content: "";
	display: block;
	width: 34px;
	height:2px;
	background:#32b16c;
	position: absolute;
	left: 0;
	top:20px;
	opacity:0;
	transition-duration:0.3s;
}
.ixBox3Dl dd a:hover .divR:after{opacity:1}
.ixBox3Dl dd .divR .divT{
	height:40px;
	overflow: hidden;
	line-height: 40px;
	color: #333333;
	font-size:16px;
}
.ixBox3Dl dd a:hover .divR .divT{color:#32b16c;font-weight: bold}
.ixBox3Dl dd .divR .txt{
	clear: both;
	overflow: hidden;
	line-height: 24px;
	color:#858585;
	font-size: 14px;
}
.ixBox3Dl dd a:hover .divR .txt{color:#568b6e}
/*第三通栏end*/
/*第四通栏start*/
.ixBox4{
	height:640px;
	clear: both;
	overflow: hidden;
	background:url(../images/bg2.jpg) no-repeat center center;
}
.ixBox4Slide{position: relative;}
.ixBox4Slide .bd{
	overflow: hidden;
	height:240px
}
.ixBox4Dl{width:1400px;}
.ixBox4Dl dd{
	float:left;
	width:277px;
	height:240px;
	overflow:hidden;
	background:#fff;
	margin-right:30px;
}
.ixBox4Dl dd .day{
	width:70px;
	height:70px;
	overflow: hidden;
	background:#1376dd;
}
.ixBox4Dl dd .day span{
	display: block;
	height:36px;
	line-height: 36px;
	text-align: center;
	font-size: 24px;
	color: #fefefe;
	margin-top:3px;
}
.ixBox4Dl dd .day em{
	display: block;
	height:27px;
	line-height: 27px;
	text-align: center;
	font-size:14px;
	color: #fefefe;
	font-style:normal;
}
.ixBox4Dl dd .txt{
	clear: both;
	height:60px;
	padding:20px;
	line-height: 28px;
	overflow: hidden;
}
.ixBox4Dl dd .txt a{
	font-size:14px;
	color:#666;
}
.ixBox4Dl dd .txt a:hover{color:#1376dd}
.ixBox4Dl dd .bt{
	height:36px;
	overflow: hidden;
	line-height: 36px;
	margin-left: 20px;
	padding-left: 40px;
	background: url(../images/icon11.png) no-repeat left center;
	color: #999999;
	font-size: 14px;
	cursor: pointer;
}
.ixBox4Dl dd .bt:hover{
	color:#1376dd;
	background: url(../images/icon11h.png) no-repeat left center;
	
}
.ixBox4Slide .hd{
	clear: both;
	text-align: center;
} 
.ixBox4Slide .hd ul{display:inline-block}
.ixBox4Slide .hd ul li{
	float: left;
	width: 12px;
	height:12px;
	background: #f2f2f2;
	overflow: hidden;
	line-height: 999px;
	margin:0 5px;
	border-radius:100%;
	cursor: pointer;
}
.ixBox4Slide .hd ul li.on{background:#1376dd}
/*第四通栏end*/
/*第五通栏begin*/
.ixBox5L{
	width: 440px;
	height:370px;
	overflow: hidden;
	background: #fafafa;
}
.ixBox5L .divT{
	height:74px;
	overflow: hidden;
	background:#32b16c;
	text-align: center;
}
.ixBox5L .divT span{
	display:inline-block;
	height:74px;
	padding-left: 50px;
	line-height: 74px;
	color: #fff;
	font-size: 24px;
	background:url(../images/icon12.png) no-repeat left center;
}
.ixBox5L .txtBox{
	overflow: hidden;
	padding:20px;
}
.textList dd{
	height:42px;
	overflow: hidden;
}
.textList dd a{
	float: left;
	line-height: 42px;
	color: #4c4c4c;
	font-size:16px;
}
.textList dd:hover a{color: #1376dd}
.textList dd span{
	float: right;
	line-height: 42px;
	color: #4c4c4c;
	font-size:14px;
}
.ixBox5Dl dd{
	float: left;
	width: 320px;
	height:135px;
	padding:20px;
	overflow: hidden;
	background:#fafafa;
	margin-left: 20px;
	margin-bottom: 20px;
}
.ixBox5Dl dd .divT{
	clear: both;
	height:66px;
	overflow: hidden;
	line-height: 66px;
	border-bottom:1px solid #dedede;
	color:#333333;
	font-size: 16px;
	padding-left: 45px;
	position: relative;
}
.ixBox5Dl dd .divT span{
	display: block;
	width:34px;
	height:34px;
	overflow: hidden;
	border-radius: 100%;
	text-align: center;
	line-height:34px;
	background:#ebebeb;
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-17px;
	transition-duration: 0.3s;
}
.ixBox5Dl dd:hover .divT span{
	background:#32b16c;
	color: #fff;
}
.ixBox5Dl dd .txt{
	overflow: hidden;
	height:48px;
	padding-left: 45px;
	position: relative;
	font-size:14px;
	color: #858585;
	line-height: 24px;
}
.ixBox5Dl dd .txt span{
	display: block;
	width:34px;
	height:34px;
	overflow: hidden;
	border-radius: 100%;
	text-align: center;
	line-height:34px;
	background:#ebebeb;
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-17px;
	transition-duration: 0.3s;
}
.ixBox5Dl dd:hover .txt span{
	background:#1376dd;
	color: #fff;
}
/*第五通栏end*/
/*底部开始*/
.footer{
	clear: both;
	overflow: hidden;
	background:#e7e7e7;
	padding:10px 0 30px 0;
}
.linkBox{
	clear: both;
	padding:20px 0;
	border-bottom:1px solid #d4d4d4;
}
.linkBox .divT{
	height:33px;
	line-height: 33px;
	color: #444444;
	font-size: 15px;
	font-weight:bold;
}
.linkBox .divT span{color:#1376dd}
.linkBox .divR{
	overflow: hidden;
	line-height: 33px;
}
.linkBox .divR a{
	float:left;
	height:33px;
	line-height: 33px;
	padding:0 25px;
	position: relative;
	left: -1px;
	color: #666666;
	font-size:14px;
}
.linkBox .divR a:hover{color: #1376dd}
.linkBox .divR a:after{
	content: "";
	display: block;
	width:1px;
	height:16px;
	background:#a5a5a5;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-8px;
}
.footerNav{
	clear: both;
	overflow: hidden;
}
.footerNav a{
	float:left;
	height:33px;
	line-height: 33px;
	padding:0 11px;
	position: relative;
	left: -11px;
	color: #555555;
	font-size:14px;
}
.footerNav a:hover{color: #1376dd}
.footerNav a:after{
	content: "";
	display: block;
	width:1px;
	height:16px;
	background:#a5a5a5;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-8px;
}
.footer .txt{
	color:#999999;
	font-size: 14px;
	line-height: 30px;
}
.footer .txt a{color:#999999}
.footer .txt a:hover{color:#1376dd}
.ftEwm{
	
}
.ftEwmDl{
	overflow: hidden;
}
.ftEwmDl dd{
	float: left;
	display: inline;
	margin-left: 10px;
}
.ftEwm .pic{
	width: 98px;
	height: 98px;
	overflow: hidden;
	border:1px solid #dddddd;
}
.ftEwm .pic img{
	display: block;
	width: 98px;
	height: 98px;
}
.ftEwm span{
	display:block;
	height:32px;
	line-height: 32px;
	text-align: center;
	color: #666666;
	font-size:13px;
}
/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*subBanner*/
.subBanner{
	clear: both;
	/*padding-top:20.8333%;*/
	height:400px;
	background-position:center center;
	background-repeat: no-repeat;
	margin-top:85px;
}
/*内页导航*/
.navBox{
	height:60px;
	border-bottom:1px solid #e6e6e6;
}
.nav{margin-left:-20px;}
.nav a{
	float: left;
	line-height: 60px;
	color: #666666;
	font-size:14px;
	font-weight: bold;
	padding:0 20px;
}
.nav a.hover{color:#1376dd}
.location a{
	float: left;
	height: 60px;
	line-height: 60px;
	color: #666666;
	font-size:14px;
	padding-left: 16px;
	margin-right: 11px;
	background:url(../images/icon8.png) no-repeat left center;
}
.location a.home{
	width:11px;
	background:url(../images/icon9.png) no-repeat left center;
	padding-left:0;
}
.location a:hover{color:#1376dd}
.location a.hover{color:#1376dd}
/*内页外结构开始*/

/*内页外结构结束*/
/*当前位置开始*/

/*当前位置结束*/
/*页码开始*/
.page{padding:20px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 12px;color:#999999;border-radius:3px;background: #fff; margin: 0 3px;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #1376dd;color: #fff;}
.page a.hover{background: #1376dd;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageh.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}
/*页码结束*/
.searchBox{
	width: 100%;
	height: 108px;
	background-color:rgba(234,234,234,0.9);
	position:fixed;
	left: 0;
	top:85px;
	z-index:999;
	display: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.searchC{
	width: 960px;
	height: 40px;
	margin:0 auto;
	margin-top:34px;
	background-color:#fff;
}
.searchC input{
	float: left;
	width: 765px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	padding-left: 20px;
	border: none;
	background: none;
	color: #666;
	font-size: 14px;
}
.searchC .bt{
	float: right;
	width: 40px;
	height: 40px;
	background-image: url(../images/icon2h.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 10px;
}
/*内页框架结束*/